home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -serious- / wb / merlin / cfg / screen.mps < prev   
Text File  |  1999-07-12  |  3KB  |  95 lines

  1.  
  2.  
  3. ;;;   Configuration file for the Trion MPS program
  4.  
  5.  
  6. ;;;   General Path definitions
  7.  
  8. ;;;   Note that all entries should end with a ':' or '/' !!!
  9.  
  10.  
  11. PATH DEFAULT    mcp:              ; Here is the key and start & stop scripts
  12. PATH CONFIG     mcp:cfg/          ; Where the executables will look for configs
  13. PATH UTILS      mcp:bin/          ; executables
  14. PATH SCRIPTS    mcp:scripts/      ; Here are the scripts
  15. PATH LOGS       mcp:log/          ; where the logs go
  16. PATH REXX       mcp:rexx/         ; rexx scripts
  17. PATH IFF        mcp:iff/          ; IFF pictures
  18. PATH SAMPLES    mcp:samples/      ; here are the samples
  19. PATH TEMPDIR    mcp:temp/         ; Here are sizes/places etc of windows stored
  20.  
  21.  
  22. ;;; Config for the MPS monitor
  23.  
  24.  
  25. ICON  80  0
  26.  
  27.  
  28. ;;; USEWB/USESCREEN  <- Which screen to use for the windows
  29.  
  30. USESCREEN
  31. ;USEWB
  32.  
  33. ;;; Screen dimensions
  34.  
  35. SCREEN WIDTH   708       ;640, 800, 1280            708
  36. SCREEN HEIGHT  274       ;200, 256, 400, 512        274, 548
  37. SCREEN DEPTH   4         ; 2 - 8
  38.  
  39. ;;  Monitor: Select a monitor:
  40. ;;       NTSC       640 x 200    60Hz   15,72Khz   (American 1084 mode)
  41. ;;       PAL        640 x 256    50Hz   15,60Khz   (Europe   1084 mode)
  42. ;;       MULTISCAN  640 x 480    58Hz   29,29Khz   (VGA/multisync monitors)
  43. ;;       EURO72     640 x 400    69Hz   29,25Khz
  44. ;;       EURO36     640 x 200    73Hz   15,76Khz
  45. ;;       SUPER72    448 x 306    71Hz   23,21Khz
  46. ;;       DBLNTSC    676 x 213    58Hz   27,66Khz
  47. ;;       DBLPAL     676 x 269    48Hz   27,50Khz
  48. ;;       DONTCARE   640 x 2xx    Should work on every system
  49.  
  50. MONITOR  DONTCARE
  51.  
  52.  
  53. ;;  Use 'INTERLACE' and/or 'SUPER' for bigger screens 
  54. ;;  InterLace: boost vertical   resolution to  400 -  538 if possible
  55. ;;  Super:     boost horizontal resolution to 1280 - 1448 if possible
  56.  
  57. ;INTERLACE
  58. ;SUPER
  59.  
  60.  
  61. ;DEFAULT FONT     topaz.font       8            ;; 8       Default font
  62. ;TEXT    FONT     fineline.font    8            ;; 8 or 11 Button and StringGadgets
  63. ;SMALL   FONT     pmfont.font      8            ;; 8       Lists
  64.  
  65. DEFAULT FONT     topaz.font    8            ;; 8       Default font
  66. TEXT    FONT     topaz.font    8            ;; 8 or 11 Button and StringGadgets
  67. SMALL   FONT     topaz.font    8            ;; 8       Lists
  68.  
  69.  
  70.  
  71. ;;;  COLOR    number   red green blue
  72.  
  73. COLOR   0  160  160  160         ;;  Mid Grey
  74. COLOR   1    0    0    0         ;;  Black
  75. COLOR   2  255  255  255         ;;  White
  76. COLOR   3   96  128  176         ;;  Blue
  77.  
  78. COLOR   4  144  144  144         ;;  Dark  Grey
  79. COLOR   5  176  176  176         ;;  Light Grey
  80. COLOR   6  144  192  160         ;;  Beige
  81. COLOR   7  144  160  192         ;;  Light Blue
  82.  
  83. COLOR   8  208  224   64         ;;  Geel
  84. COLOR   9  240    0    0         ;;  Rood
  85. COLOR  10    0  224    0         ;;  LGroen
  86. COLOR  11    0  144    0         ;;  DGroen
  87.  
  88. COLOR  12  240  128    0         ;;  Oranje
  89. COLOR  13    0  240  240         ;;  Cyaan
  90. COLOR  14  160   96    0         ;;  Bruin
  91. COLOR  15  208  208  160         ;;  Beige
  92.  
  93.  
  94.  
  95.